Primary Key
Retreving primary key type definition is not always usefull as PutItem but it is still possible.
- TypeScript
- JSDoc
type UserPk = (typeof userSchema)["primaryKey"];
/**
* @typedef {userSchema["primaryKey"]} UserPk
*/
Retreving primary key type definition is not always usefull as PutItem but it is still possible.
type UserPk = (typeof userSchema)["primaryKey"];
/**
* @typedef {userSchema["primaryKey"]} UserPk
*/